projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47adf45
)
(copyright-regexp): Recognize the Latin-1 copyright symbol.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Aug 1997 00:37:04 +0000
(
00:37
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Aug 1997 00:37:04 +0000
(
00:37
+0000)
lisp/emacs-lisp/copyright.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/copyright.el
b/lisp/emacs-lisp/copyright.el
index 1f0f6e249eb988f0e6ad49ec4858d0f5cb59737e..2472aa56e2e52aecc948da8fd6eef8524c3e3571 100644
(file)
--- a/
lisp/emacs-lisp/copyright.el
+++ b/
lisp/emacs-lisp/copyright.el
@@
-36,8
+36,8
@@
(defvar copyright-regexp
- "\\(
\251
\\|[Cc]opyright\\s *:?\\s *(C)\
-\\|[Cc]opyright\\s *:?\\s *
\251
\\)\
+ "\\(
[
\81
©\251]
\\|[Cc]opyright\\s *:?\\s *(C)\
+\\|[Cc]opyright\\s *:?\\s *
[
\81
©\251]
\\)\
\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
"*What your copyright notice looks like.
The second \\( \\) construct must match the years.")